Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W-13716428 filter events after the queue #591

Merged
merged 7 commits into from
Aug 3, 2023

Conversation

valeriaares
Copy link
Collaborator

No description provided.

@github-actions
Copy link

github-actions bot commented Aug 1, 2023

Deployed Timbermill Snapshot JARs version W-13716428-filter-events-on-queue-drain-SNAPSHOT

@github-actions
Copy link

github-actions bot commented Aug 2, 2023

Deployed Timbermill Snapshot JARs version W-13716428-filter-events-on-queue-drain-SNAPSHOT

@github-actions
Copy link

github-actions bot commented Aug 2, 2023

Deployed Timbermill Snapshot JARs version W-13716428-filter-events-on-queue-drain-SNAPSHOT

@github-actions
Copy link

github-actions bot commented Aug 2, 2023

Deployed Timbermill Snapshot JARs version W-13716428-filter-events-on-queue-drain-SNAPSHOT

drainAndIndex(eventsQueue, taskIndexer, maxElement, false, ".*");
}

public static void drainAndIndex(BlockingQueue<Event> eventsQueue, TaskIndexer taskIndexer, int maxElement, Boolean skipEventsAtDrainFlag, String notToSkipRegex) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Boolean -> boolean - we can't get NULL here

@@ -346,6 +354,31 @@ public static void drainAndIndex(BlockingQueue<Event> eventsQueue, TaskIndexer t
}
}

private static Collection<Event> filterEvents(Collection<Event> unfilteredEvents, Boolean skipEventsAtDrainFlag, String notToSkipRegex) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Boolean -> boolean

@github-actions
Copy link

github-actions bot commented Aug 3, 2023

Deployed Timbermill Snapshot JARs version W-13716428-filter-events-on-queue-drain-SNAPSHOT

@github-actions
Copy link

github-actions bot commented Aug 3, 2023

Deployed Timbermill Snapshot JARs version W-13716428-filter-events-on-queue-drain-SNAPSHOT

@valeriaares valeriaares merged commit 6672456 into master Aug 3, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants